Only panic() if the dom0 kernel requires an unknown feature flag.
authorIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Mon, 27 Feb 2006 10:55:13 +0000 (10:55 +0000)
committerIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Mon, 27 Feb 2006 10:55:13 +0000 (10:55 +0000)
commit0fd06de05a06e1a89b9a68b49558a4ced1ff056b
treee3c7a6dff7a55fb125653c6f07859b7c9c7678d0
parent0a28c5336a9e1822c7f045427f86b31d98d5ed29
Only panic() if the dom0 kernel requires an unknown feature flag.

It is acceptable for a guest kernel to support (but not require)
a feature which the hypervisor does not understand.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
xen/arch/x86/domain_build.c